home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d22 / getrom.arc / ROM.DOC < prev    next >
Text File  |  1987-09-30  |  2KB  |  38 lines

  1.                   Rom capture utilities for PC and AT
  2.  
  3.      This is a set of utilities that allows the user to capture the contents
  4. of the rom sets in either the PC or the AT.  It allows the content of the rom
  5. to be written to a file called xtrom for the XT or atrom for the AT.  A
  6. utility called romsplit is provided for the AT that allows the atrom file to
  7. be split into two files that represent the even and odd bytes and which are
  8. called tempeven and tempodd, respectively.  Note that this is not necessary
  9. for the XT.  Another utility called lsplit is provided to allow the large
  10. files produced by romsav to be split into files that will fit into the desired
  11. destination eproms.  For prom burners that accept data format in the Motorola
  12. S record format, a utility called binex is provided that converts a binary
  13. file into standard S record format.  A typical session is described below for
  14. an AT.
  15.  
  16.  
  17. 1.   Run the command "romsavat".  This will produce a file called "atrom".
  18.  
  19. 2.   Run the command "romsplit" (copy "atrom" to a new file temp).  This
  20. will produce two files called "tempeven" and "tempodd".
  21.  
  22. 3.   If the destination eproms are 27256 then it is not necessary to split
  23. the files into smaller ones, otherwise run the command "lsplit <epromsize>
  24. tempeven", where <epromsize> is the decimal size of the destination file in
  25. bytes (e.g. "lsplit 16384 tempeven" to make tempeven into two files called
  26. "F0" and "F1" that will fit into 27128 eproms.  Rename the files to some
  27. new name so that they will not be overwritten at the next step.  Now run
  28. the command "lsplit <epromsize> tempodd" to produce files for the odd byte
  29. eproms.
  30.  
  31. 4.   If you are producing S records run "binex <source> <destination>" on
  32. each file that you wish to convert to S record format.
  33.  
  34. 5.   Feed them to a prom burner and keep track of which eproms were even
  35. and odd and the order in which they were burned to allow you to install
  36. them properly in the target system.
  37.  
  38.        THE ABOVE PROGRAMS WERE COMPILED WITH MICROSOFT C